home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000420_news@newsmaster….columbia.edu _Fri Dec 11 07:25:44 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA16078
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 11 Dec 1998 07:25:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id HAA20013
  7.     for kermit.misc@watsun; Fri, 11 Dec 1998 07:25:43 -0500 (EST)
  8. From: Tilak Ratnanather <tilak@eros.cis.jhu.edu>
  9. Newsgroups: comp.protocols.kermit.misc
  10. Subject: help with scripting
  11. Date: Thu, 10 Dec 1998 16:01:55 -0500
  12. Organization: HCF - Johns Hopkins University, Baltimore, Maryland, USA
  13. Lines: 40
  14. Message-ID: <Pine.SGI.4.05.9812101557050.64066-100000@poros.cis.jhu.edu>
  15. NNTP-Posting-Host: 128.220.34.218
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; charset=US-ASCII
  18. Path: news.columbia.edu!panix!news-xfer.newsread.com!netaxs.com!newsread.com!news4.his.com!news.cs.jhu.edu!news.jhu.edu!poros.cis.jhu.edu!tilak
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:9628
  20.  
  21.  
  22.  
  23. I would like to use the modem to connect with a operator service and
  24. request them to connect with a specific location. I got this to work when
  25. using one location and now I am trying to expand this to two more
  26. locations. But while the script works instead of one output line i get
  27. all three....is there an endif command?
  28.  
  29. ask \%l { location (p for poros, m for mim, h for helios): }
  30. set modem intel
  31. set line /dev/ttyf2
  32. set speed 2400
  33. set dial timeout 120
  34. dial 918007352258
  35. ;
  36. if equal {\%l} p
  37.    output Poros: This is a 2LVCO call. Please dial 410-516-2926. GA \13
  38. else if equal {\%l} m
  39.    output Mim: This is a 2LVCO call. Please dial 410-516-2927. GA \13
  40. else if equal {\%l} h
  41.    output Helios: This is a 2LVCO call. Please dial 410-516-2928. GA \13
  42. connect
  43.  
  44.  
  45. Thanks
  46.  
  47. Tilak
  48.  
  49. =========================================================================
  50. J. Tilak Ratnanather            e-mail:    tilak@cis.jhu.edu
  51. Research Associate            phone:    410-516-2926 (voicemail)
  52. Center for Imaging Science        fax:    410-516-4594
  53. Johns Hopkins University        URL:    http://cis.jhu.edu/~tilak
  54. 221 Barton Hall                pager:     1-800-225-0256 ext 246126
  55. 3400 N. Charles Street, Baltimore MD 21218-2686
  56. =========================================================================
  57.     A room without books is a body without a soul. (Cicero)
  58.         Welsh rugby is an unlikely victim of Thatcherism.
  59. =========================================================================
  60.